@charset "utf-8";
body {
	background: #f7f7f7;
}

a:hover {
	color: #FF3333;
}

/*banner大图start*/

.shop-banner {
	height: 450px;
	margin-bottom: 50px;
}

.shop-banner .swiper-slide {
	width: 100%;
	height: 450px;
	position: relative;
	background: #fff;
}

.shop-banner .swiper-slide img {
	height: 450px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.shop-banner .swiper-button-prev {
	width: 71px;
	height: 71px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(../images/slide-left.png) no-repeat -2px 0;
}

.shop-banner .swiper-button-prev:hover {
	background: rgba(0, 0, 0, .3) url(../images/slide-left.png) no-repeat -2px 0;
}

.shop-banner .swiper-button-next {
	width: 71px;
	height: 71px;
	margin-top: -35px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .1) url(../images/slide-right.png) no-repeat 2px 0;
}

.shop-banner .swiper-button-next:hover {
	background: rgba(0, 0, 0, .3) url(../images/slide-right.png) no-repeat 2px 0;
}


/*banner大图end*/

/*首页新品热销start*/

.shop2-hot {
	background: #fff;
	margin: 30px 0;
	padding: 15px 15px 0 15px;
}

.shop2-hot-tit {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0 4px 0;
}

.shop2-hot-red {
	color: #ef5e55;
}

.shop2-hot-tb {
	font-size: 16px;
	color: #999;
	padding: 6px 0 18px 0;
}

.shop2-hot-ul li {
	float: left;
	width: 278px;
	margin: 0 16px 20px 0;
	position: relative;
	overflow: hidden;
}

.shop2-hot-ul li:nth-child(4n) {
	margin-right: 0;
}

.shop2-hot-imgbox {
	width: 276px;
	height: 276px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
}

.shop2-hot-imgbox img {
	max-width: 276px;
	max-height: 276px;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.shop2-hot-imgbox:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.shop2-icon {
	display: inline-block;
	background: url(../images/icon-shop2.png) no-repeat;
}

.shop2-icon-new {
	display: block;
	height: 20px;
	background-position: center -103px;
	margin: 10px 0 7px 0;
}

.shop2-hot-name {
	text-align: center;
	height: 37px;
	overflow: hidden;
}

.shop2-hot-price {
	text-align: center;
	font-size: 16px;
	padding: 3px 0 6px 0;
}

.shop2-hot-ctrl {
	text-align: center;
	font-size: 0;
}

.shop2-icon-c1 {
	width: 21px;
	height: 21px;
	background-position: -19px 0;
	cursor: pointer;
}

.shop2-icon-c1:hover,
.shop2-icon-c1.act {
	background-position: -62px 0;
}

.shop2-icon-c2 {
	width: 21px;
	height: 21px;
	background-position: -19px -33px;
	cursor: pointer;
}

.shop2-icon-c2:hover {
	background-position: -62px -33px;
}

.shop2-icon-c3 {
	width: 21px;
	height: 21px;
	background-position: -19px -66px;
	cursor: pointer;
}

.shop2-icon-c3:hover {
	background-position: -62px -66px;
}

.shop2-hot-phonecode {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 207px;
	left: 414px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.shop2-icon-c3:hover+.shop2-hot-phonecode {
	-webkit-transform: translate(-207px, 0);
	-moz-transform: translate(-207px, 0);
	-ms-transform: translate(-207px, 0);
	-o-transform: translate(-207px, 0);
	transform: translate(-207px, 0);
}


/*首页新品热销end*/


/*首页主打产品start*/

.shop2-maingoods {
	background: #fff;
	padding: 15px 15px 0 15px;
}

.shop2-maingoods-ul li {
	width: 256px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 16px 15px 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.shop2-maingoods-ul li:nth-child(4n) {
	margin-right: 0;
}

.shop2-maingoods-ul li a {
	display: block;
}

.shop2-maingoods-imgbox {
	width: 254px;
	height: 254px;
	border: 1px solid #efefef;
}

.shop2-maingoods-imgbox img {
	max-width: 254px;
	max-height: 254px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.shop2-maingoods-imgbox:hover img {
	opacity: 0.8;
}

.shop2-maingoods-ul li:hover {
	border-color: #111;
}

.shop2-maingoods-ul li a:hover {
	color: #555;
}

.shop2-maingoods-name {
	font-size: 14px;
	height: 43px;
	overflow: hidden;
}

.shop2-maingoods-ul li .shop2-maingoods-name:hover {
	color: #ff3333;
}

.shop2-maingoods-price {
	font-size: 20px;
	color: #ff3333;
	padding: 7px 0 5px 0;
}

.shop2-icon-hot {
	width: 59px;
	height: 16px;
	background-position: -20px -142px;
}


/*首页主打产品end*/


/*左边产品分类start*/

.shop-category {
	padding: 12px 10px;
	word-break: break-all;
	word-wrap: break-word;
}

.shop-category .shop-catam-list .shop-catam-item {
	color: #555;
	font-size: 12px;
	padding-bottom: 10px;
}

.shop-category .shop-catam-list .shop-catam-item:last-child {
	padding-bottom: 0;
}

.shop-category .shop-catam-list .shop-catam-title {
	position: relative;
	padding-left: 30px;
	background: #fafafa;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	cursor: pointer;
	-webkit-transition: color .1s linear, background-color .1s linear;
	-moz-transition: color .1s linear, background-color .1s linear;
	-ms-transition: color .1s linear, background-color .1s linear;
	-o-transition: color .1s linear, background-color .1s linear;
	transition: color .1s linear, background-color .1s linear;
}

.shop-category .shop-catam-list .shop-catam-title:before {
	position: absolute;
	content: ' ';
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/icon-addmin.png) no-repeat;
	background-position: 0px -10px;
	top: 50%;
	margin-top: -5px;
	left: 10px;
	cursor: pointer;
}

.shop-category .shop-catam-list .shop-catam-isopen:before {
	background-position: 0 -29px;
}

.shop-category .shop-catam-seclist {
	display: none;
}

.shop-category .shop-catam-seclist li {
	margin: 12px 0;
	padding-left: 30px;
	cursor: pointer;
	position: relative;
}

.shop-category .shop-catam-seclist li:last-child {
	margin-bottom: 6px;
}


/*左边产品分类end*/


/*首页右边公司介绍最新产品start*/

.shop-moredetail {
	color: #cc0000;
}

.shop-intr-con {
	font-size: 12px;
	padding: 12px 15px;
	line-height: 2;
}

.shop-intr-con p {
	font-size: 14px;
	text-indent: 2em;
	line-height: 2.2;
}

.shop-newgoods-imgbox {
	width: 206px;
	height: 206px;
	border: 1px solid #efefef;
}

.shop-newgoods-imgbox img {
	max-width: 206px;
	max-height: 206px;
}

.shop-pro-ul {}

.shop-pro-ul li {
	width: 208px;
	padding: 15px 15px 12px 15px;
	float: left;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.shop-pro-ul li:nth-child(4n) {
	border-right: 0;
}

.shop-newgoods-price {
	font-size: 18px;
	color: #ff3333;
	padding: 8px 0 5px 0;
}

.shop-newgoods-name {
	height: 36px;
	overflow: hidden;
}


/*首页右边公司介绍最新产品end*/